home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Demos / ByCompany / Athena_Design / Mesa / Mesa.app / English.lproj / Layer.nib / data.classes next >
Text File  |  1993-06-05  |  339b  |  29 lines

  1. DPPanel = {
  2.     SUPERCLASS = Panel;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. LayerView = {
  10.     OUTLETS = {
  11.     controler;
  12.     };
  13.     SUPERCLASS = View;
  14. };
  15. Layer = {
  16.     ACTIONS = {
  17.     changeLayer:;
  18.     select:;
  19.     moveto:;
  20.     };
  21.     OUTLETS = {
  22.     window;
  23.     layers;
  24.     scroller;
  25.     view;
  26.     };
  27.     SUPERCLASS = Object;
  28. };
  29.